AWS SDK for .NET Documentation
DhcpOptions Class
AmazonAmazon.EC2.ModelDhcpOptions Did this page help you?   Yes   No    Tell us about it...
DHCP Options
Declaration Syntax
C#
public class DhcpOptions
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DhcpOptions()()()()
Initializes a new instance of the DhcpOptions class

Configuration
Information about the set of DHCP options

DhcpOptionsId
The ID of the set of DHCP options

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetConfiguration()()()()
Checks if Configuration property is set

IsSetDhcpOptionsId()()()()
Checks if DhcpOptionsId property is set

IsSetTag()()()()
Checks if Tag property is set

Tag
List of tags for the DhcpOptions.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithConfiguration(array<DhcpConfiguration>[]()[][]) Obsolete.
Sets the information about the set of DHCP options

WithDhcpOptionsId(String) Obsolete.
Sets the ID of the set of DHCP options

WithTag(array<Tag>[]()[][]) Obsolete.
Sets the list of tags for the DhcpOptions.

Inheritance Hierarchy
Object
DhcpOptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)